DocumentFeeDto
data class DocumentFeeDto(taxes: List<DocumentTaxDto>?, beforeTax: BigDecimal?, afterTax: BigDecimal?, description: String?, type: FeeTypesEnum?)
Content copied to clipboard
Contains info about one applied fee.
Parameters
taxes
@param beforeTax * @param afterTax * @param description A user-presentable description of this fee.
type
Constructors
DocumentFeeDto
Link copied to clipboard
fun DocumentFeeDto(taxes: List<DocumentTaxDto>? = null, beforeTax: BigDecimal? = null, afterTax: BigDecimal? = null, description: String? = null, type: FeeTypesEnum? = null)
Content copied to clipboard
@param beforeTax * @param afterTax * @param description A user-presentable description of this fee.
Properties
afterTax
Link copied to clipboard
beforeTax
Link copied to clipboard
description
Link copied to clipboard
taxes
Link copied to clipboard
type
Link copied to clipboard